Remove abort from exif. Steve says we still mishandle time zones, but we've
authorRobert Lipe <robertlipe@gpsbabel.org>
Sun, 3 Jan 2016 01:35:26 +0000 (19:35 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Sun, 3 Jan 2016 01:35:26 +0000 (19:35 -0600)
probably always mishandled time zones and this is clearly a seldom used
code path.. :-/

exif.cc

diff --git a/exif.cc b/exif.cc
index 7c0fee3ff5e71c864fab3100291fad2fbd26d16b..1477690a5f29ebcdae201ca21705ec4264783d39 100644 (file)
--- a/exif.cc
+++ b/exif.cc
@@ -1390,7 +1390,7 @@ exif_wr_init(const char* fname)
   if (exif_time_ref == 0) {
     fatal(MYNAME ": No valid timestamp found in picture!\n");
   }
-abort();
+
   QString filename(fname);
   filename += ".jpg";
   fout = gbfopen_be(filename, "wb", MYNAME);